home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / lib / gcc-lib / ppc-amigaos / 2.95.1 / include / new.h < prev    next >
C/C++ Source or Header  |  2000-03-13  |  161b  |  12 lines

  1. // -*- C++ -*- forwarding header.
  2.  
  3. #ifndef __NEW_H__
  4. #define __NEW_H__
  5.  
  6. #include <new>
  7.  
  8. using std::new_handler;
  9. using std::set_new_handler;
  10.  
  11. #endif // __NEW_H__
  12.